Next | Prev | Top | Contents | Index
Chapter 10: Building and Installing a Driver
After a kernel-level driver has been designed and coded, it must be compiled, linked, and installed. The topics in this chapter describe the major steps of this process, as follows:
- Defining Device Numbers
-
- Defining Device Special Files
-
- Compiling and Linking
-
- Configuring a Nonloadable Driver
-
- Configuring a Loadable Driver
-
- Configuring for a Dynamic Major Number
-
Next | Prev | Top | Contents | Index